summaryrefslogtreecommitdiff
path: root/app/[lng]/evcp/(evcp)/project-gtc/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/evcp/(evcp)/project-gtc/page.tsx')
-rw-r--r--app/[lng]/evcp/(evcp)/project-gtc/page.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/[lng]/evcp/(evcp)/project-gtc/page.tsx b/app/[lng]/evcp/(evcp)/project-gtc/page.tsx
index 05a8388c..b2588d2c 100644
--- a/app/[lng]/evcp/(evcp)/project-gtc/page.tsx
+++ b/app/[lng]/evcp/(evcp)/project-gtc/page.tsx
@@ -32,14 +32,14 @@ export default async function IndexPage(props: IndexPageProps) {
<div>
<div className="flex items-center gap-2">
<h2 className="text-2xl font-bold tracking-tight">
- Project GTC
+ 프로젝트 GTC 관리
</h2>
<InformationButton pagePath="evcp/project-gtc" />
</div>
- <p className="text-muted-foreground">
+ {/* <p className="text-muted-foreground">
프로젝트별 GTC(General Terms and Conditions) 파일을 관리할 수 있습니다.
각 프로젝트마다 하나의 GTC 파일을 업로드할 수 있으며, 파일 업로드 시 기존 파일은 자동으로 교체됩니다.
- </p>
+ </p> */}
</div>
</div>
</div>